com.supermap.mapping

Class MapViewAnimation

  • java.lang.Object
    • com.supermap.mapping.MapViewAnimation


  • public class MapViewAnimation
    extends java.lang.Object
    Map drawing animation class Created by jk on 2020/8/20.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void cancelMapDrawAngle()
      Cancels the drawing of the rotation angle
      void cancelMapDrawSlanAngle()
      Cancels the drawing of the pitch
      void drawMapAngle(double angle, double range, long delayMillis)
      Draws the rotation angle
      void drawSlantAngle(double angle, double range, long delayMillis)
      Drawing the pitch
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MapViewAnimation

        public MapViewAnimation(MapView mapview)
        The constructor.
        Parameters:
        mapview -
    • Method Detail

      • drawMapAngle

        public void drawMapAngle(double angle,
                                 double range,
                                 long delayMillis)
        Draws the rotation angle
        Parameters:
        angle - rotation angle range rotation range delayMillis rotation interval
      • cancelMapDrawAngle

        public void cancelMapDrawAngle()
        Cancels the drawing of the rotation angle
        Parameters:
        -
      • drawSlantAngle

        public void drawSlantAngle(double angle,
                                   double range,
                                   long delayMillis)
        Drawing the pitch
        Parameters:
        angle - pitch range pitch range delayMillis pitch interval
      • cancelMapDrawSlanAngle

        public void cancelMapDrawSlanAngle()
        Cancels the drawing of the pitch
        Parameters:
        -